home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / SHARED.DIR / 00315_Script_315 < prev    next >
Text File  |  1996-04-20  |  231b  |  11 lines

  1. on exitFrame
  2.   if the movietime of sprite 6 < the duration of cast "QT.MOV" then
  3.     go the frame
  4.   else
  5.     repeat with i = 11 to 31
  6.       puppetsprite i,false
  7.     end repeat
  8.     updatestage
  9.     go the frame
  10.   end if
  11. end